Revert "afraid.org-v2-token.json: Fix 404 on update"
authorFlorian Eckert <[email protected]>
Tue, 23 Sep 2025 07:51:13 +0000 (09:51 +0200)
committerFlorian Eckert <[email protected]>
Tue, 23 Sep 2025 07:54:43 +0000 (09:54 +0200)
This reverts commit 366629b117b49dab040b98dcb6433e4dc9772a36.

It has been determined that the URL currently in use points to v1. The
previously used URL remains valid and is correct. If someone requires the
v1 URL, a new provider must be created.

Signed-off-by: Florian Eckert <[email protected]>
net/ddns-scripts/files/usr/share/ddns/default/afraid.org-v2-token.json

index 0044a7a9e9bcafd5431c1cb17b55fd1f6ccf6640..0786dd823d4dad9d71810361e13567c14dd5557e 100644 (file)
@@ -1,9 +1,9 @@
 {
        "name": "afraid.org-v2-token",
        "ipv4": {
-               "url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
+               "url": "https://sync.afraid.org/u/[PASSWORD]/?address=[IP]"
        },
        "ipv6": {
-               "url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
+               "url": "https://v6.sync.afraid.org/u/[PASSWORD]/?address=[IP]"
        }
 }